home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
juicebar
/
00793.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-07
|
241 b
|
14 lines
on mouseUp
global noodle
set noodle to noodle + 1
if (noodle mod 3) = 0 then
go("Noodle.Pos3a")
end if
if (noodle mod 3) = 1 then
go("Noodle.Pos3b")
end if
if (noodle mod 3) = 2 then
go("Noodle.Pos3c")
end if
end